Microsoft DirectX 8.1 (C++)

CDrawImage::SetTargetRect

The SetTargetRect method sets the target rectangle for the video.

Syntax

void SetTargetRect(
    RECT *pTargetRect
);

Parameters

pTargetRect

Pointer to the new target area.

Return Value

No return value.

Remarks

The destination rectangle should already have been validated before calling this member function, so that the destination specified will not define an empty playback area.

See Also